home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / tuu103d3.zoo / faq < prev    next >
Encoding:
Text File  |  1992-12-26  |  1.2 KB  |  29 lines

  1. Q: `patch' thinks there is no patch in the `diffs'?
  2.  
  3. A: then its probably too old to know about the `unified' format the
  4. diffs are in. (they're shorter than `regular' context diffs)  try
  5. `patch -v' to check, this is what i get:
  6.     $Header: patch.c,v 2.0.2.0 90/05/01 22:17:50 davison Locked $
  7.     Patch level: 12u7
  8.  
  9.  
  10. Q: when i enable big `g' packets for site <foo> it always drops the
  11. connection right after the initial handshake...
  12.  
  13. A: not all uucp packages can handle big packets, some even just dump
  14. core when asked to use packets > 128 bytes. :-(  try 128 byte packets,
  15. and if it still happens go back to 64.  (thats if <foo> runs some sort
  16. of un*x operating system, on others the `magical limit' might be
  17. something else.)
  18.  
  19.  
  20. Q: when i try to debug a connection with -x flags things get worse,
  21. i.e. there are even more errors than without -x!?
  22.  
  23. A: writing all the data into debug files takes time, especially on
  24. a filesystem as slow as GEMDOS. :-(  i.e. what happens is probably
  25. timeouts on your end or the other...  try a debuglevel that produces
  26. less output (maybe -xabnormal is enough?) or turn on debugging
  27. on the other end.  or do the world a favour and write a decent
  28. fast filesystem for MiNT. ;-)
  29.